home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.misc
- Path: in1.uu.net!iglou!jasnider
- From: jasnider@iglou.iglou.com (Jill A. Snider)
- Subject: Re: How to set up messydos?
- X-Nntp-Posting-Host: iglou
- Message-ID: <DoM5ow.7r@iglou.com>
- Sender: news@iglou.com (News Administrator)
- Organization: IgLou Internet Services (1-800-436-4456)
- References: <31492963.21991036@news.alt.net>
- Date: Thu, 21 Mar 1996 10:41:20 GMT
-
- et@crl.com (Ed Tannenbaum) writes:
-
- >I upgraded my system to a 3000 and lost my setup for messydos device
- >driver. Can't find the docs. Can anone help. It's been a couple of
- >years since I used the system and I can't remember much. HELP!!
- >Thanks,
- >E.T.
-
- Copy MessyFileSystem to L: , copy messydisk.device to DEVS: . Add
- something like the following to your MountList:
-
- /* For the IBM emulator IBeM (for 68020 and up) and IBeM000 */
- /* Sets up internal drive as IBMA:, external drive as IBMB: */
- /* 720K IBM-type drives. NOTE: Each must be MOUNTed before use */
-
- IBMA:
- FileSystem = L:MessyFileSystem
- Device = devs:messydisk.device
- Unit = 0
- Flags = 0
- LowCyl = 0 ; HighCyl = 79
- Reserved = 0
- Surfaces = 2
- BlocksPerTrack = 9
- Buffers = 5
- DosType = 3
- BufMemType = 1
- StackSize = 4096
- Priority = 5
- Globvec = -1
- #
-
- IBMB:
- FileSystem = L:MessyFileSystem
- Device = devs:messydisk.device
- Unit = 2
- Flags = 0
- LowCyl = 0 ; HighCyl = 79
- Reserved = 0
- Surfaces = 2
- BlocksPerTrack = 9
- Buffers = 5
- DosType = 3
- BufMemType = 1
- StackSize = 4096
- Priority = 5
- Globvec = -1
- #
-
- Also, you might want to put MessyFormat somewhere you can find it.
- Good Luck!
-
- --
-
-